home *** CD-ROM | disk | FTP | other *** search
- /*_ alloc.h */
- /* Copyright (C) 1992 by Symantec */
- /* All Rights Reserved */
-
- /* Note: ANSI users should #include <stdlib.h> instead of this file */
- #ifndef __ALLOC_H
- #define __ALLOC_H 1
-
- #ifndef __STDLIB_H
- #include <stdlib.h>
- #endif
-
- #endif
-